Configuring Database Properties for SQL Server

To configure database properties for SQL Server, follow these steps:

  1. Go to erwinDISuite > WEB-INFdatabase folder.
  2. Open the databases.properties file and do the following:
    1. Uncomment the SQL Server section by removing the hash (#) sign at the beginning of each line between SQL SERVER BEGIN and SQL SERVER END.
    2. Set the following parameters:
      • URL (http://IP_ADDRESS:Port#/erwinDISuite/)
        • Server name. For example, server name is localhost, in case you deploy erwin DI Suite on a local environment.
        • Port number. The default port number is 1433.
        • databaseName. For example, erwinDISuite.
      • UserName
      • Password
      • PasswordEncrypted=false
  3. Save the file.